home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global hints
- if count(the windowList) then
- exit
- end if
- go("return")
- set hints to the timer + 600
- set sleft to the stageLeft + 160
- set stop to the stageTop + 120
- set the rect of window "quit" to rect(sleft, stop, sleft + 320, stop + 240)
- set the windowType of window "quit" to 2
- open(window "quit")
- end
-